home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / chrome / content / about.xul next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  489 b   |  16 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <?xml-stylesheet href="main.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://dtv/locale/about.dtd">
  6. <dialog id="main"
  7.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.     xmlns:html="http://www.w3.org/1999/xhtml"
  9.         title="&about.title;"
  10.         buttons="accept">
  11.     
  12.    <description id="label1" width="500">
  13.      &about.body;
  14.    </description>
  15. </dialog>
  16.